Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGFEConvolveMatrixElement

Extends SVGElement. Implements SVGFilterPrimitiveStandardAttributes, SVGFilterPrimitiveStandardAttributes.

Properties
const unsigned short
SVG_EDGEMODE_DUPLICATE = 1
Corresponds to value 'duplicate'.
const unsigned short
SVG_EDGEMODE_NONE = 3
Corresponds to value 'none'.
const unsigned short
SVG_EDGEMODE_UNKNOWN = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
const unsigned short
SVG_EDGEMODE_WRAP = 2
Corresponds to value 'wrap'.
SVGAnimatedNumber
bias
Corresponds to attribute ‘bias’ on the given ‘feConvolveMatrix’ element.
SVGAnimatedNumber
divisor
Corresponds to attribute ‘divisor’ on the given ‘feConvolveMatrix’ element.
SVGAnimatedEnumeration
edgeMode
Corresponds to attribute ‘edgeMode’ on the given ‘feConvolveMatrix’ element. Takes one of the SVG_EDGEMODE_* constants defined on this interface.
SVGAnimatedLength
height
The height coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedString
in1
Corresponds to attribute ‘in’ on the given ‘feBlend’ element.
SVGAnimatedNumberList
kernelMatrix
Corresponds to attribute ‘kernelMatrix’ on the given ‘feConvolveMatrix’ element.
SVGAnimatedNumber
kernelUnitLengthX
Corresponds to attribute ‘kernelUnitLength’ on the given ‘feConvolveMatrix’ element.
SVGAnimatedNumber
kernelUnitLengthY
Corresponds to attribute ‘kernelUnitLength’ on the given ‘feConvolveMatrix’ element.
SVGAnimatedInteger
orderX
Corresponds to attribute ‘order’ on the given ‘feConvolveMatrix’ element.
SVGAnimatedInteger
orderY
Corresponds to attribute ‘order’ on the given ‘feConvolveMatrix’ element.
SVGAnimatedBoolean
preserveAlpha
Corresponds to attribute ‘preserveAlpha’ on the given ‘feConvolveMatrix’ element.
SVGAnimatedString
result
Corresponds to attribute ‘result’ on the given element.
SVGAnimatedInteger
targetX
Corresponds to attribute ‘targetX’ on the given ‘feConvolveMatrix’ element.
SVGAnimatedInteger
targetY
Corresponds to attribute ‘targetY’ on the given ‘feConvolveMatrix’ element.
SVGAnimatedLength
width
The width coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.